home *** CD-ROM | disk | FTP | other *** search
/ 220 Jogos / 220 jogos.iso / tetris / atris / Readme < prev    next >
Encoding:
Text File  |  2001-01-05  |  2.0 KB  |  56 lines

  1.                   Alizarin Tetris
  2.                   ~~~~~~~~~~~~~~~
  3.               Version 1.0.5 - "Donna"
  4.  
  5. This is a Linux/Win32 version of the classic Tetris game, but with a twist
  6. related to gravity and block colors. Getting it to run on your system is a
  7. Two Step Process :-). 
  8.  
  9.         Step 1 - Obtain It
  10.         ~~~~~~~~~~~~~~~~~~
  11. If you're reading this file, you've already mastered this step. Just in
  12. case, check out
  13.     http://www.cs.berkeley.edu/~weimer/atris/
  14.  
  15.         Step 2 - Method A - Win32 Binary
  16.         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  17. UnZip the file (atris-1.0.5-win32.zip) in some directory (e.g., "C:\Program
  18. Files\"). It will make its own "atris" subdirectory. You're done. Use
  19. Windows Explorer (or somesuch) to run the "atris.exe" file in that
  20. directory. 
  21.  
  22. Optional: UnZip the file (atris-sounds-1.0.1-win32.zip) in the same
  23. directory (e.g., "C:\Program Files\"). Now you'll have neato sound effects. 
  24.  
  25.         Step 2 - Method B - Linux Binary RPM
  26.         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  27. Download and install (rpm -i) the following RPMs:
  28.     freetype-1.3.1-1.i386.rpm    (or newer, but not version 2)
  29.     SDL-1.1.6-1.i386.rpm        (or newer)
  30.     SDL_ttf-1.2.2-1.i386.rpm    (or newer)
  31.     atris-1.0.5-1.i386.rpm        (or newer)
  32.     atris-sounds-1.0.1-1.noarch.rpm (or newer, optional)
  33.  
  34. Run "atris" at any shell prompt. 
  35.  
  36.         Step 2 - Method C - Use The Source
  37.         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  38. Download, unpack, configure, make, make install:
  39.     freetype-1.3.1.tar.gz        (or newer, but not version 2)
  40.     SDL-1.1.6.tar.gz        (or newer)
  41.     SDL_ttf-1.2.2.tar.gz        (or newer)
  42.     atris-1.0.5.tar.gz        (or newer)
  43.     atris-sounds-1.0.1.tar.gz    (or newer, optional)
  44.  
  45. I have successfully built the atris source on x86-linux natively and using
  46. the mingwin unix->win32 cross compiler. Every effort has been made to make
  47. it portable across platforms.
  48.     
  49.         You're Done!
  50.         ~~~~~~~~~~~~
  51. Atris does take some command line arguments, use "atris -h" to get a list.
  52. Note that under Win32, all the output goes to "stdout.txt".
  53.  
  54. See "Docs/atris.html" for instructions on actually playing the game and
  55. strategy hints. 
  56.